-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #318 includes/excludes for dependencies #602
Conversation
@stefanseifert with the last (force-)push, this pr should now be feature-complete, works-on-my-machine (tm) including Unit- and Integration-Tests. I did not find any guides regarding source-formatting. If you could provide pointers to docs (or preferrably auto-formatters :)), I'd be glad to implement your preferred code style. |
src/main/java/org/codehaus/mojo/versions/DisplayDependencyUpdatesMojo.java
Outdated
Show resolved
Hide resolved
src/main/java/org/codehaus/mojo/versions/DisplayDependencyUpdatesMojo.java
Outdated
Show resolved
Hide resolved
I implemented all your review comments, time for another try? |
@stefanseifert any remarks for it? |
any news on this? |
Pleas squash to final one commit. |
fixes #318 implement includes/excludes for dependencies apply maven codestyle fixes #318 implement includes/excludes for dependencies bump @SInCE 2.12.0 fixes #318 implement includes/excludes for dependencies make ITs work on windows fixes #318 implement includes/excludes for dependencies switch to List<String> instead of splitting a list-style string myself fixes #318 implement includes/excludes for dependencies migrate ITs to test.properties since maven runner does some magic with "," in invoker.goals with no other workaround fix some descriptions fixes #318 implement includes/excludes for dependencies add IT for multiple comma-separated inclusion filters
...squashed |
Fixex #318